Represents an email message
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| from | MailboxAddress | ||
| attachments | List | Returns a list of MyAttachment objects | |
| replyTo | MailboxAddress | ||
| subject | String | ||
| html | String | ||
| text | String | ||
| size | int | ||
| disposition | String | ||
| encoding | String | ||
| contentLanguage | String | ||
| headers | Map | ||
| to | List | ||
| cc | List | ||
| bcc | List | ||
| attachedMessages | List | Not implemented |
Hide comments